relational database

relational database

 英

  • n.关系数据库
  • 网络关联式资料库;关系型数据库;关联数据库

词形变化

复数:relational databases  

英汉双解

n.
1.
关系数据库a database that recognizes relationships between different pieces of information

英汉解释

un.
1.
关系数据库

英英解释

n.

例句

The beginning of the second chapter introduces the basic concept of a relational database, the focus on a few key definition of the concept.

第二开端引见关系数据库根本概念着重阐明几个关键概念定义

The concept of inheritance throws in several interesting twists when saving objects into a relational database.

对象保存关系数据库继承概念发生几个有趣问题

What's more, SQL injection is one of many common avenues of assault that allows attackers to take complete control of a relational database.

严重SQL注入攻击能够完全控制关系数据库攻击手段之一

This tutorial is written for relational database professionals whose skills and experience are at a beginning to intermediate level.

教程专门水平低级之间关系数据库专业人员编写

PHP has always had something of a love affair with the popular open source relational database management system (RDBMS) known as MySQL.

PHP流行开放代码关系数据库管理系统RDBMSMySQL之间总是默契

The same idea holds in a relational database, and the column used to make the link is referred to as a key column.

同样概念关系数据库存在用来进行链接叫做keycolumn)。

This is often a result of emulating extensibility in a relational database.

通常仿效关系数据库扩展结果

When a relational database system is implemented, three-valued logic is usually adopted to handle incomplete information.

关系数据库系统实现不完全信息处理通常采用逻辑

As join operation to relational database, structural join order selection is at the heart of query optimization in an XML database.

关系数据库连接运算一样结构连接顺序选择XML数据库查询优化核心

The linkage between the application and database tiers typically takes the form of SQL calls into a relational database.

应用程序数据库之间联接通常采用关系数据库SQL调用格式

Ownership protection of a relational database is implemented, by embedding the ownership information into a relational database.

通过关系数据库嵌入版权信息从而实现数据库版权保护

In these cases, the abstractness of a relational database might be a bit much.

这些情况关系数据库抽象程度可能会一些

The main thing done in the relational database was to use "soft NUMA" and port mapping to get a good distribution of work within the system.

我们关系数据库完成称为SoftNUMA技术通过端口映射系统内部得以获得良好分布式工作效果

Although this data could be stored in a relational database, it fits well with the documented-oriented model too, don't you think?

虽然数据可以存储关系数据库同样可以使用面向文档模型

The data to populate these forms is often stored in a relational database which needs to be rendered in an exact position on the form.

填充表格数据通常存储关系数据库输出表格必须它们显示准确位置

The iBATIS SQL Maps framework provides a simple means of moving data between Java objects and a relational database.

iBATISSQLMaps框架提供一种Java对象相关数据库之间移动数据简单方法

One of the strengths of a relational database is the ability to relate or associate information about various items in the database .

关系数据库一种优势能够联系关联数据库各个项目有关信息

Have no fear, as the algorithms and regular-expression building code here are easily adaptable to your relational database environment.

不过不要担心因为本文算法表达式构建代码可以容易适应关系数据库环境

Typically, a module also accesses an underlying database. Some experience with a relational database and SQL is helpful, as well.

通常模块访问底层数据库因此关系数据库SQL方面经验有所帮助

These files might store business information sequentially, not structured as business information would be in a relational database.

这些文件可能顺序存储业务信息并不关系数据库业务信息那样富有条理

A ticket's data points can be modeled in a relational database, but the details get a bit hairy.

罚单数据可以关系数据库详细信息有点麻烦

Now for the other big difference between the ZODB and a relational database: ZODB objects completely lack any schema specification.

下面讨论一下ZODB关系数据库之间其他主要区别ZODB对象完全缺乏任何模式规范

Such a relational database schema for the PDB was developed in 2005 and is shown in Figure 2.

2005年,曾经PDB开发这样一个关系数据库模式2

Another component is a Cloudscape database, which is essentially a small footprint of the relational database used for the local data store.

另一个组件Cloudscape数据库实质上用于本地数据存储最小关系数据库

As a Relational Database programmer, my first choice was to use a Relational Database System to save these XML documents.

作为一名关系数据库程序员首选使用关系数据库系统保存这些XML文档

MySQL is widely accepted as one of the best performing Open Source enterprise-class Linux relational database servers available today.

人们普遍认为MySQL当前可用性能最好开放代码企业Linux关系数据库服务器之一

To implement a dictionary using a relational database for our system, each word and its synonyms would be stored in a row.

我们系统实现一个使用关系数据库dictionary每个单词及其同义词存储在行

The ability to manage such a relationship is similar in concept to relationship modeling in modern relational database technology.

管理这样一个关系概念现代关系数据库技术关系建模相似

This also allows you to create customer and part catalogs without accessing the relational database at all.

允许创建顾客部件目录完全需要访问关系数据库

When you cache the XML transformation, you store the transformation output to a local file or to some relational database of choice.

缓存XML信息可以选择转换输出存储文件某个关系数据库

The JDO and JPA interfaces present some leaky abstractions due to the fact that BigTable is not a relational database.

由于BigTable不是一个关系数据库JDOJPA接口出现一些抽象泄漏

A major part of the design of a multitier Web application is the design of the relational database that the application's data is stored in.

各种Web应用程序主要设计工作一个重要部分就是用来存储应用程序数据关系数据库设计

The SQL Maps framework will help you to significantly reduce the amount of Java code that you normally need to access a relational database.

SQLMaps框架有助于极大减少访问关系数据库通常Java代码

Even though the goal of this article is not to explain how a relational database works in detail, a brief overview is in order.

尽管本文目的不是详细解释关系数据库如何运作一个简短概述还是适宜

Assume for the moment, however, that the information is being pulled on demand from a relational database.

但是假设此时正在关系数据库需要取出信息

ORM tools allow you to configure the mapping between data elements in a relational database with Java object properties.

ORM工具可以配置关系数据库数据元素Java对象属性之间映射

Rules can be stored in a relational database or as XML files, depending on the design of the system.

根据系统设计规则存储关系数据库存储XML文件

First accessing a relational database (for creating these objects) can be very time expensive.

首先存取一个关系数据库为了创建这些对象时间开销

The language used for accessing, querying, updating, and managing data in relational database systems.

用于访问查询更新管理关系数据库系统数据语言

A language used to insert, retrieve, modify, and delete data in a relational database, designed specifically for database queries.

用于关系数据库插入检索修改删除数据一种语言数据库查询设计